home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
151-175
/
scopedisk168
/
asmmacros
/
am_02
/
delay.i
< prev
next >
Wrap
Text File
|
1995-03-19
|
307b
|
10 lines
NOLIST
Delay MACRO ; 10 Jan 88
*------------------------------; Start of Delay macro.
; Specify the timeout in D1.
MOVE.L #\1,D1
CallLib Delay,dos ; Call Delay.
*------------------------------; End of Delay macro.
ENDM
LIST